home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 201 / MF_UK_201_1.iso / pc / DiscContents / Software / Top freeware / VDrift 080805 / vdrift-2008-08-05-mac.dmg / docs / VAMOS.txt < prev   
Encoding:
Text File  |  2008-08-06  |  761 b   |  29 lines

  1. Changes from vamos:
  2.  
  3. copied body/*.cc
  4. copied geometry/*.cc
  5. copied track/*.cc
  6. copied world/world.cc
  7.  
  8. removed geometry/Ac3d.cc
  9.  
  10. heavily modified body/gl_car.cc
  11.  
  12. modified body/suspension.cc and body/wheel.cc and track/Road_Segment.cc to not use Ac3d models
  13. then modified them to use the terrain engine for height
  14.  
  15. gutted geometry/sample.cc
  16.  
  17. modified world/world.cc
  18.  
  19. modified body/cars.cc:
  20. changed
  21.       mp_car->exterior_model (m_data_dir + "cars/" + m_strings [0],
  22.                               m_doubles [0], m_vectors [0], m_vectors [1]);
  23. to
  24.       mp_car->exterior_model ("cars/" + m_strings [0],
  25.                               m_doubles [0], m_vectors [0], m_vectors [1]);
  26. also removed midpoint stuff from propogate
  27.  
  28. modified wheel.cc, added position() function
  29.